gtk: Introduce GtkPointerFocus
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 31 Mar 2017 15:22:00 +0000 (17:22 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 May 2017 14:25:58 +0000 (16:25 +0200)
commitba92dceab2c94872977b19df01321162d76a4948
tree422d67c9f1ddb3a7f35df984356cad50c567c840
parentf50875f8d06b175e3dd3ca5232475897e4e757cf
gtk: Introduce GtkPointerFocus

These objects (tied to a toplevel) track the focus of a pointer/touchpoint.
The info in these basically consists of current toplevel coordinates and the
current target widget.
gtk/Makefile.am
gtk/gtkpointerfocus.c [new file with mode: 0644]
gtk/gtkpointerfocusprivate.h [new file with mode: 0644]